home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / util / dtype / PCD-DT.readme < prev    next >
Encoding:
Text File  |  1999-11-06  |  3.4 KB  |  107 lines

  1. Short:    Datatype for Photo-CD Images (43.11)
  2. Author:   astegema@ix.urz.uni-heidelberg.de (Achim Stegemann)
  3. Uploader: astegema@ix.urz.uni-heidelberg.de (Achim Stegemann)
  4. Type:     util/dtype
  5.  
  6. Version:  43.11
  7.  
  8. Requires minimum:
  9.  * OS 3.0
  10.  * MC68020
  11.  * A mounted PIPE: handler !!
  12.  * ixemul.library V39
  13.  
  14. Additionally recommended:
  15.  * CyberGraphX with picture.datatype V43 for 24-bit images.
  16.  * MUI 3.8 for the preferences.
  17.  
  18. With the help of the pcd.datatype, your datatype sytem is able to read Photo-CD images.
  19.  
  20. This datatype is freeware and can be used for any purpose.
  21.  
  22. Changes since V43.10:
  23. * Added GlowIcons.
  24. * General speedup.
  25. * Oops ! Old version of render.library was included. Updated to V30.
  26.  
  27. Internet: http://www.rzuser.uni-heidelberg.de/~astegema/
  28.  
  29.  
  30. Important note about the source code:
  31. *************************************
  32.  
  33. The source has been written in C++ using Maxon-C++ V3.
  34. You will find several instructions a bit strange as I have converted all C-style OS-structures
  35. to C++ OS-structures.
  36. E.g.
  37.  
  38. struct Library
  39. {
  40. struct Node lib_Node;
  41. UBYTE lib_Flags;
  42. UBYTE lib_pad;
  43. UWORD lib_NegSize;
  44. UWORD lib_PosSize;
  45. UWORD lib_Version;
  46. UWORD lib_Revision;
  47. APTR lib_IdString;
  48. ULONG lib_Sum;
  49. UWORD lib_OpenCnt;
  50. };
  51.  
  52. has been converted to
  53.  
  54. struct Library:Node // !!!!!
  55. {
  56. UBYTE lib_Flags;
  57. UBYTE lib_pad;
  58. UWORD lib_NegSize;
  59. UWORD lib_PosSize;
  60. UWORD lib_Version;
  61. UWORD lib_Revision;
  62. APTR lib_IdString;
  63. ULONG lib_Sum;
  64. UWORD lib_OpenCnt;
  65. };
  66.  
  67. This simplifies the code as I don't always need to cast variables to fit arguments
  68. in functions.
  69. Additionally C++ allows to leave away the 'struct' keyword !
  70.  
  71. If you like to recompile the source-code for your compiler, you need to adjust the
  72. source-code to C. But this should be no problem.
  73.  
  74.  
  75. ============================= Archive contents =============================
  76.  
  77. Original  Packed Ratio    Date     Time    Name
  78. -------- ------- ----- --------- --------  -------------
  79.     3352    2241 33.1% 09-Oct-99 00:48:50  PCD-DT.info
  80.    73472   36815 49.8% 15-Jul-99 15:28:02 +pcdtoppm
  81.     6148    3282 46.6% 08-Oct-99 02:31:44 +pcd.datatype
  82.       80      69 13.7% 15-Jul-99 15:28:02 +PCD
  83.        8       8  0.0% 15-Jul-99 15:28:02 +pcd.prefs
  84.     3435    2218 35.4% 06-Oct-99 22:35:28 +GlowIcons.info
  85.     3352    2245 33.0% 06-Oct-99 17:56:06 +Drawer.info
  86.     3935    2680 31.8% 06-Oct-99 17:56:06 +Tool.info
  87.     1995     642 67.8% 09-Oct-99 13:07:20 +Install
  88.     4232    2885 31.8% 14-Oct-99 17:52:02 +Install.info
  89.    52452   23487 55.2% 15-Jul-99 15:28:04 +render.library
  90.    52244   23390 55.2% 15-Jul-99 15:28:04 +render.library_68040
  91.    52436   23362 55.4% 15-Jul-99 15:28:04 +render.library_68060
  92.     2798    1762 37.0% 06-Oct-99 22:35:28 +NewIcons.info
  93.     3204    2078 35.1% 15-Jul-99 15:28:02 +Drawer.info
  94.     3294    2294 30.3% 15-Jul-99 15:28:02 +Tool.info
  95.     3883    1818 53.1% 09-Oct-99 00:01:32 +PCD-DT.doc
  96.     3096    1307 57.7% 06-Oct-99 22:35:28 +PCD-DT.doc.info
  97.     1731     855 50.6% 09-Oct-99 00:42:10 +PCD-DT.readme
  98.     2221    1381 37.8% 06-Oct-99 22:35:28 +PCD-DT.readme.info
  99.     3478    2454 29.4% 06-Oct-99 22:35:28 +Prefs.info
  100.     5292    2856 46.0% 08-Oct-99 02:31:44 +PCDPrefs
  101.     1669    1300 22.1% 15-Jul-99 15:28:02 +PCDPrefs.info
  102.     8806    2849 67.6% 08-Oct-99 02:31:46 +dispatcher.c
  103.     3435    1190 65.3% 08-Oct-99 02:31:44 +libbase.c
  104.      175     102 41.7% 08-Oct-99 02:31:44 +make
  105. -------- ------- ----- --------- --------
  106.   300223  145570 51.5% 15-Oct-99 18:34:38   26 files
  107.